home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
tests
/
logops.dia.ref
< prev
next >
Wrap
Text File
|
1999-09-16
|
3KB
|
187 lines
//simple ops
if 1==0 then bugmes();quit;end
if 1<0 then bugmes();quit;end
if 1<=0 then bugmes();quit;end
if 1==1 then,else bugmes();quit;end
if ~(1==1) then bugmes();quit;end
if 0>1 then bugmes();quit;end
if 0>=1 then bugmes();quit;end
if 1<>1 then bugmes();quit;end
if 0<>1 then,else bugmes();quit;end
if '1'=='0' then bugmes();quit;end
if '1'<>'1' then bugmes();quit;end
%s=poly(0,'s');
if %s==0 then bugmes();quit;end
if 0==%s then bugmes();quit;end
if %s==%s then,else bugmes();quit;end
if %s<>%s then bugmes();quit;end
if %s==%s+1 then bugmes();quit;end
if %s+1==%s then bugmes();quit;end
if 1/%s==0 then bugmes();quit;end
if 0==1/%s then bugmes();quit;end
if 1/%s==1/%s then,else bugmes();quit;end
if 1/%s<>1/%s then bugmes();quit;end
if 1/%s==1/%s+1 then bugmes();quit;end
if 1/%s+1==1/%s then bugmes();quit;end
if 1/%s<>1/%s+1 then , else bugmes();quit;end
if 1/%s+1<>1/%s then , else bugmes();quit;end
l=list(1,[1 23],'adssa')
l =
l>1
1.
l>2
! 1. 23. !
l>3
adssa
l1=list(123,'sdwqqwq')
l1 =
l1>1
123.
l1>2
sdwqqwq
if l==0 then bugmes();quit;end
if 0==l then bugmes();quit;end
if l==l then,else bugmes();quit;end
if l<>l then bugmes();quit;end
if l==l1 then bugmes();quit;end
if l1==l then bugmes();quit;end
if l<>l1 then , else bugmes();quit;end
if l1<>l then , else bugmes();quit;end
if %t&1==2 then bugmes();quit;end
if %t|1==2 then, else bugmes();quit;end
if %t&-1==2 then bugmes();quit;end
if %t|-1==2 then, else bugmes();quit;end
if 1<2&1==2 then bugmes();quit;end
if 1<2|1==2 then, else bugmes();quit;end
if 1<2&-1==2 then bugmes();quit;end
if 1<2|-1==2 then, else bugmes();quit;end
if 2>1&1==2 then bugmes();quit;end
if 2>1|1==2 then, else bugmes();quit;end
if 2>1&-1==2 then bugmes();quit;end
if 2>1|-1==2 then, else bugmes();quit;end
if 1==1&1==2 then bugmes();quit;end
if 1==1|1==2 then, else bugmes();quit;end
if 1==1&-1==2 then bugmes();quit;end
if 1==1|-1==2 then, else bugmes();quit;end
if 1<>2&1==2 then bugmes();quit;end
if 1<>2|1==2 then, else bugmes();quit;end
if 1<>2&-1==2 then bugmes();quit;end
if 1<>2|-1==2 then, else bugmes();quit;end
if %t&1>2 then bugmes();quit;end
if %t|1>2 then, else bugmes();quit;end
if %t&-1>2 then bugmes();quit;end
if %t|-1>2 then, else bugmes();quit;end
if 1<2&1>2 then bugmes();quit;end
if 1<2|1>2 then, else bugmes();quit;end
if 1<2&-1>2 then bugmes();quit;end
if 1<2|-1>2 then, else bugmes();quit;end
if 2>1&1>2 then bugmes();quit;end
if 2>1|1>2 then, else bugmes();quit;end
if 2>1&-1>2 then bugmes();quit;end
if 2>1|-1>2 then, else bugmes();quit;end
if 1==1&1>2 then bugmes();quit;end
if 1==1|1>2 then, else bugmes();quit;end
if 1==1&-1>2 then bugmes();quit;end
if 1==1|-1>2 then, else bugmes();quit;end
if 1<>2&1>2 then bugmes();quit;end
if 1<>2|1>2 then, else bugmes();quit;end
if 1<>2&-1>2 then bugmes();quit;end
if 1<>2|-1>2 then, else bugmes();quit;end